home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1996 October: Mac OS SDK / Dev.CD Oct 96 SDK / Dev.CD Oct 96 SDK2.toast / Development Kits (Disc 2) / OpenDoc Development Framework / ODFDev / ODF / Found / FWStream / Include / FWArcObj.k < prev    next >
Encoding:
Text File  |  1996-08-16  |  763 b   |  28 lines  |  [TEXT/MPS ]

  1. //========================================================================================
  2. //
  3. //    File:                            FWArcObj.k
  4. //    Release Version:    $ ODF 1 $
  5. //
  6. //    Copyright:    (c) 1993 - 1996 by Apple Computer, Inc., all rights reserved.
  7. //
  8. //========================================================================================
  9.  
  10. #ifndef FWARCOBJ_K
  11. #define FWARCOBJ_K
  12.  
  13. //========================================================================================
  14. // Macro Definitions
  15. //========================================================================================
  16.  
  17. #define FW_RBoolean byte
  18.  
  19. // By Value Flags
  20. #define FW_kPrivIDOnly 0
  21. #define FW_kPrivIDAndValue 1
  22.  
  23. // Special Registry IDs
  24. #define FW_kPrivNotInRegistry -1
  25. #define FW_kPrivNULLObjectID -2
  26.  
  27. #endif
  28.